home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / gfx / conv / SmartScale.lha / SmartScale.doc next >
Encoding:
Text File  |  2000-10-31  |  1.6 KB  |  45 lines

  1.  
  2. Short:    A CLI program used for graphics conversion scripts & ILBM info.
  3. Author:   lory@subdimension.com (Lorence Lombardo)
  4. Uploader: lory@subdimension.com (Lorence Lombardo)
  5. Type:     gfx/conv
  6.  
  7.  
  8. SmartScale v1.2  (C) 1996-2000 Lorence Lombardo.
  9.  
  10. What the #@$% is SmartScale ?
  11.  
  12. SmartScale is a little program I wrote intended for graphic conversion script
  13. files. It has 3 output modes. Con, env & ask. You can even use it just for
  14. ILBM info. It will look at a picture or animation and tell you the dimensions
  15. of that picture and output the information to the con or env. It has internal
  16. ILBM support and will use datatypes for other graphic types.
  17. If you enter x & y scale args, the args will be recalculated & output'd in
  18. order to keep the aspect ratio of the picture or animation the same.
  19. You can also scale using the percentage argument instead of X & Y coordinates.
  20. If you use the ask mode you will be asked to enter an X & Y scale or %. 
  21. Ideal for script files.
  22.  
  23. See the following archives on the aminet for example usage of SmartScale:-
  24. Anim2mpegS.lha, Anim2mpegB.lha, Anim2gif.lha, Anim2qt.lha & Mp2anim.lha
  25.  
  26. You may also wish to update these script/progs with this new version of
  27. SmartScale.
  28.  
  29.  
  30.  Usage:
  31.  SmartScale [con/env/ask] [file name] [x scale] [y scale]
  32.                            or
  33.  SmartScale [con/env/ask] [file name] [%] [1-100]
  34.  eg. SmartScale env pic.iff 640 200
  35.                   or
  36.      SmartScale con pic.iff % 50
  37.  
  38.  ENV outputs:
  39.  XIN & YIN input size of picture
  40.  DIN depth of picture
  41.  FT  file type
  42.  XOUT & YOUT calculated size of picture within the [X,Y,% scale] args
  43.              while still maintaining the correct aspect ratio.
  44.  
  45.